This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
~Andy Asaponelyoopsi 8.Jan.04 11:38 AM a Web browser Domino Designer6.0.1All Platforms
I am exporting data to excel by lotus script thru agent.I am saving the file with name
FlName=Trim("C:\SapExp\Exp")+Trim(Str(Day(Today())))+Trim(Str(Month(Today()))) +Trim(".xls")
xlBook.saveas(FlName) ' Saving file as Exp Date
but i want if file is already exist then it abort the rest of code and come out of agent.
Please help me if anyone can
Thank You.